.footer_wrap{
	border-top: 5px solid #0260a0;
	background: #fff;
	margin-top: 20px;
}
.footer_wrap .footer{
	width: 1000px;
	margin: 0 auto;
	padding: 18px 0 15px;
	border: 0;
	overflow: inherit;
}
.footer_wrap .select_wrap{
	font-size: 0;
	text-align: center;
}
.footer_wrap .select_wrap .select_list{
	display: inline-block;
	margin: 0 22px;
	width: 270px;
	height: 37px;
	position: relative;
}
.footer_wrap .select_wrap .select_list .select{
	width: 270px;
	height: 37px;
	border: 1px solid #E1E1E1;
	font-size: 12px;
	line-height: 12px;
	padding: 12.5px 0;
	text-align: left;
	text-indent: 40px;
	background: #fff url(../img/select_ico.png) no-repeat 226px center;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
.footer_wrap .select_wrap .select_list .option_wrap{
	position: absolute;
	width: 270px;
	max-height: 250px;
	height: 0;
	left: 0;
	bottom: 35px;
	border: 1px solid #E1E1E1;
	background: #fff;
	/*border-bottom: 0;*/
	overflow: auto;
	z-index: 999;
	-webkit-transition: all .3s;
	transition: all .3s;
	/*display: none;*/
}

.footer_wrap .select_wrap .select_list .option_wrap.active{
	height: 200px;
}

.footer_wrap .select_wrap .select_list .option_wrap li a{
	font-size: 12px;
	display: block;
	text-align: left;
	text-indent: 40px;
	line-height: 30px;
	color: #000000;
}
.footer_wrap .select_wrap .select_list .option_wrap li a:hover{
	background: #0260a0;
	color: #fff;
}


.footer_wrap .select_wrap select::-ms-expand { 
	display: none; 
}






.footer .msg_wrap{
	margin-top: 27px;
	font-size: 0;
	text-align: center;
}
.msg_text_wrap, .logo1, .logo2{
	display: inline-block;
	vertical-align: middle;
}
.msg_text_wrap{
	font-size: 12px;
}
.msg_text_wrap p{
	text-align: center;
	line-height: 25px;
}
.msg_text_wrap a{
	color: #000;
}

/*清除浮动*/
.clear{
	zoom: 1;
}
.clear:after{
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
